home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / tool / artemis2 / src / desktop.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-01  |  1.4 KB  |  51 lines

  1. #define    TOOL_FPSET        0
  2. #define    TOOL_FLINE        1
  3. #define    TOOL_LINE        2
  4. #define TOOL_NIZIMI            3
  5. #define    TOOL_SAND            4
  6. #define    TOOL_KOSURI            5
  7. #define    TOOL_BOKASI            6
  8. #define    TOOL_BOXFILL        7
  9. #define    TOOL_POLYGONFILL    8
  10. #define TOOL_PAINT            9
  11. #define    TOOL_COPY            10
  12. #define    TOOL_POLYGONCOPY    11
  13. #define TOOL_ZOOMCOPY       12
  14.  
  15. #ifndef MODULE_DESKTOPS
  16. extern int    idDesktopSelectiveHyper ;
  17. extern int    idBackDialog ;
  18. extern int    idDesktopWinAttachHyper ;
  19. extern int    idDesktopToolAttachHyper ;
  20. extern int    idToolBoxDlg ;
  21. extern int    idToolBoxToolTIcon[12] ;
  22. extern int    idToolBoxMsg ;
  23. extern int    idDesktopDialog ;
  24. extern int    idDesktopMenu ;
  25. extern int    idDesktopMItem_System ;
  26. extern int    idDesktopSystemMenu ;
  27. extern int    idDesktopSystemMItem[3] ;
  28. extern int    idDesktopMItem_File ;
  29. extern int    idDesktopFileMenu ;
  30. extern int    idDesktopFileMItem[5] ;
  31. extern int    idDesktopMItem_Edit ;
  32. extern int    idDesktopMItem_Layer ;
  33. extern int    idDesktopLayerMenu ;
  34. extern int    idDesktopLayerMItem[8] ;
  35. extern int    idDesktopExitIcon ;
  36. extern int    idDesktopAlertHyper ;
  37. extern int    idDesktopHelpIcon ;
  38. extern int    idDesktopSkbIcon ;
  39. extern int    idDesktopFileDlgHyper ;
  40. extern int    idImageClearDlg ;
  41. extern int    idImageClearTitleMsg ;
  42. extern int    idImageClearMsg[4] ;
  43. extern int    idImageClearDBtn[2] ;
  44. #endif
  45.  
  46. #define EXECDIALOG(id) \
  47.    RM_execDialog(id,idDesktopAlertHyper,idDesktopSelectiveHyper)
  48.  
  49. int        desktop_init(void);
  50. int        toolbox_getCurrentTool(void);
  51.